home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / ppp220.zip / TRSTAT.CNF < prev    next >
Text File  |  1991-11-14  |  5KB  |  126 lines

  1. ;Notice:  The more files you mask out from the list, the less files that
  2. ;         TRSTAT will be able to track..  They all share the same memory
  3. ;         pool.  Same goes for Masked users, and such..  If you have a very
  4. ;         large BBS, try not to mask any files, or use wildcards instead of
  5. ;         masking out physical directories.
  6.  
  7. ;BBSNAME variable tells Transfer Stats the name of your BBS.
  8. BBSNAME=The Bard's Lair
  9.  
  10. ;BULLET variable tells Transfer Stats where to place the bulletin file
  11. ;created.  It can contain a drive and path name.  If ANSI is chosen in the
  12. ;COLOR variable, a "G" is appened to the name... in this example, BLT99G
  13. ;would be the name of the ANSI file and the ASCII file would be named BLT99.
  14. BULLET=BLT99
  15.  
  16. ;COLOR variable tells Transfer Stats what type of color bulletin to create.
  17. ;If COLOR is not specified then no color bulletin is created.
  18. ;PCB - use PCB @Xnn color codes, ANSI - use standard ANSI color codes,
  19. ;NONE - do not use any color codes at all.  Default value is NONE.
  20. COLOR=PCB
  21.  
  22. ;DOWNLOAD variable tells Transfer Stats where to find the DOWNLOAD.TXT file
  23. ;This variable can contain drive and path name.  If it is not found, the
  24. ;program will exit with errorlevel=2.
  25. DOWNLOAD=DOWNLOAD.TXT
  26.  
  27. ;FILES variable tells Transfer Stats how many filenames to include in the
  28. ;bulletin.  Default value is 999.
  29. FILES=50
  30.  
  31. ;MINIMUM variable tells Transfer Stats the minimum amount of downloaded files to
  32. ;include in the bulletin.  If it turns out the be less than FILES then
  33. ;the number of included files will be truncated.
  34. MINIMUM=5
  35.  
  36. ;SORT variable tells Transfer Stats how to sort the list of files placed
  37. ;into the bulletin.  Choices are:  1 - sort by filenames, 2 - sort by
  38. ;number of downloads.  Default value is 2.
  39. SORT=2
  40.  
  41. ;DAYS variable tells Transfer Stats how many days back Transfer Stats should look for files
  42. ;to include in the bulletin.  Default value is 7.  If DAYS equals a valid
  43. ;date, then Transfer Stats only processes files transfered from the specified date
  44. ;on, ex: DAYS=08-01-91.  If DAYS equals FIRST then Transfer Stats will process files
  45. ;transfered on the first day of the current month and year.
  46. DAYS=365
  47.  
  48. ;TRIM variable tells Transfer Stats whether or not to trim the DOWNLOAD.TXT
  49. ;file to the number of days specified in DAYS.
  50. TRIM=NO
  51.  
  52. ;HEADINFO varaible tells Transfer Stats how whether or not to include the
  53. ;information header in the bulletin with transfer and ratio info.
  54. ;HEADINFO=NO
  55.  
  56. ;FRAME variable tells Transfer Stats the color to use for the frame
  57. ;  Valid colors are:
  58. ;        BLACK
  59. ;        BLUE
  60. ;        GREEN
  61. ;        CYAN
  62. ;        RED
  63. ;        MAGENTA
  64. ;        BROWN
  65. ;        WHITE
  66. ;        GRAY
  67. ;        BRIGHT BLUE
  68. ;        BRIGHT GREEN
  69. ;        BRIGHT CYAN
  70. ;        BRIGHT RED
  71. ;        BRIGHT MAGENTA
  72. ;        YELLOW
  73. ;        BRIGHT WHITE
  74. ;  Only the first 7 colors are valid as background colors
  75. FRAME=BRIGHT WHITE ON CYAN
  76.  
  77. ;HEADER variable tells Transfer Stats the color to use in the header for each
  78. ;listing
  79. HEADER=BLACK ON CYAN
  80.  
  81. ;TEXT variable tells Transfer Stats the color to use for the text in each
  82. ;listing
  83. TEXT=YELLOW ON BLUE
  84.  
  85. ;MASKFILE variable sets which files to mask out of the files looked at.
  86. ;A masked file can contain wildcards, e.g. FILE-??.*, W*.*Z*, *T*.E?E, etc...
  87. ;When using wildcards, the program may take a little longer to process
  88. ;information.
  89. MASKFILE=REGISTER.ZIP
  90. MASKFILE=DONATE.ZIP
  91.  
  92. ;By using a "@" as the first charactor, you can mask out all the files in
  93. ;the specified directory.  WARNING!  You can mask out a MAXIMUM of 10,000
  94. ;filenames.  The following masks out all the filenames found in the
  95. ;Qmodem upload directory on drive F:
  96. ;MASKFILE=@G:\OFFLINE
  97.  
  98. ;A user's name may also be included in this field to maskout any activity from
  99. ;a specific user, including the sysop so that the results aren't reflected in
  100. ;the bulletin.  First and last names must be typed in uppercase.  Up to 50
  101. ;user names can be masked out.
  102. MASKUSER=DAVE NAVARRO
  103.  
  104. ;PROTBLT tells Transfer Stats where to put the protocol information.  If YES then
  105. ;the protocol information is added to the end of the bulletin in BULLET
  106. ;variable, if NO then the protocol portion of the bulletin will be left out.
  107. ;If it contains a filename then the protocol information will be placed
  108. ;within a separate file of that name.
  109. PROTBLT=YES
  110.  
  111. ;PROTRAN variable translates the protocol letter to a name.  This field can
  112. ;contain up to 30 characters.
  113. ;       [---+----+----+----+----+----]
  114. PROTRAN=Z:Zmodem-90
  115. PROTRAN=M:Zmodem (Moby Turbo)
  116. PROTRAN=S:Super Zmodem
  117. PROTRAN=B:Bimodem
  118. PROTRAN=G:Ymodem-G Batch
  119. PROTRAN=X:Slow Xmodem CRC
  120. PROTRAN=Y:Ymodem Batch
  121. PROTRAN=O:Xmodem 1k (Old Ymodem)
  122. PROTRAN=P:Puma
  123. PROTRAN=R:Zmodem Single
  124. PROTRAN=A:ASCII
  125. PROTRAN=H:H/S Link (Bi-Directional)
  126.